Trivial patch to fix x86_64 builds in which XEN_TARGET_ARCH
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 14 Apr 2006 13:18:39 +0000 (14:18 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 14 Apr 2006 13:18:39 +0000 (14:18 +0100)
commit2256643d06799d4ff0b1f7c5e542cd5af6f7670e
tree9e489a20646fa1c5095ad84506fd23e6803a0291
parent6cd90d7bb2f91d24a4c75baddd98dd4c4bbbe638
Trivial patch to fix x86_64 builds in which XEN_TARGET_ARCH
is specified on the make command line, e.g.:
     make XEN_TARGET_ARCH=x86_64

This busted the vmxassist and hvmloader builds, which must
be done -m32.  Using "override" in the vmxassist/hvmloader
Makefiles fixes the problem by not allowing this to be
overridden from the command line.

Signed-off-by: Dave Lively <dlively@virtualiron.com>
tools/firmware/hvmloader/Makefile
tools/firmware/vmxassist/Makefile